Revision: tlasrc--smallstuff--0--patch-4
Archive: aaron.bentley@utoronto.ca--tla-2004
Creator: Aaron Bentley <aaron.bentley@utoronto.ca>
Date: Sat Mar  6 18:25:26 EST 2004
Standard-date: 2004-03-06 23:25:26 GMT
Modified-files: libarch/libraries.c
New-patches: aaron.bentley@utoronto.ca--tla-2004/tlasrc--smallstuff--0--patch-4
Summary: Rewrote arch_library_find to remove loop bogosity
Keywords: 

The old arch_library_find contains a loop that can never be executed more than
once.  It tests revision_dirs[x][0], and returns revision_dirs[0][0] if the
test passes.  This only works because x is always 0.
